home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / landau / about.frm next >
Text File  |  1995-05-08  |  3KB  |  99 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About Landau & Associates"
  6.    ClientHeight    =   2295
  7.    ClientLeft      =   2430
  8.    ClientTop       =   2895
  9.    ClientWidth     =   4620
  10.    ControlBox      =   0   'False
  11.    Height          =   2700
  12.    Left            =   2370
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   2295
  18.    ScaleWidth      =   4620
  19.    Top             =   2550
  20.    Width           =   4740
  21.    Begin CommandButton OKButton 
  22.       Caption         =   "OK"
  23.       Height          =   465
  24.       Left            =   1800
  25.       TabIndex        =   4
  26.       Top             =   1725
  27.       Width           =   1215
  28.    End
  29.    Begin PictureBox TopicIcon 
  30.       BackColor       =   &H00C0C0C0&
  31.       BorderStyle     =   0  'None
  32.       DragIcon        =   ABOUT.FRX:0000
  33.       DragMode        =   1  'Automatic
  34.       Height          =   495
  35.       Index           =   0
  36.       Left            =   225
  37.       MousePointer    =   5  'Size
  38.       Picture         =   ABOUT.FRX:0302
  39.       ScaleHeight     =   495
  40.       ScaleWidth      =   495
  41.       TabIndex        =   0
  42.       Top             =   150
  43.       Width           =   495
  44.    End
  45.    Begin Label Label3 
  46.       Alignment       =   2  'Center
  47.       BackColor       =   &H00C0C0C0&
  48.       Caption         =   "Tel: 908-766-5717  Fax: 908-766-2343"
  49.       ForeColor       =   &H00000000&
  50.       Height          =   255
  51.       Left            =   225
  52.       TabIndex        =   2
  53.       Top             =   1350
  54.       Width           =   4215
  55.    End
  56.    Begin Label Label2 
  57.       Alignment       =   2  'Center
  58.       BackColor       =   &H00C0C0C0&
  59.       Caption         =   "28 Bradford Lane, Basking Ridge, NJ 07920"
  60.       ForeColor       =   &H00000000&
  61.       Height          =   255
  62.       Left            =   225
  63.       TabIndex        =   3
  64.       Top             =   1125
  65.       Width           =   4215
  66.    End
  67.    Begin Label Label4 
  68.       Alignment       =   2  'Center
  69.       BackColor       =   &H00C0C0C0&
  70.       Caption         =   "Demo Disk Version 1.0 - December 1991"
  71.       Height          =   240
  72.       Left            =   225
  73.       TabIndex        =   5
  74.       Top             =   750
  75.       Width           =   4215
  76.    End
  77.    Begin Label Label1 
  78.       Alignment       =   2  'Center
  79.       BackColor       =   &H00C0C0C0&
  80.       Caption         =   "Landau && Associates"
  81.       FontBold        =   -1  'True
  82.       FontItalic      =   -1  'True
  83.       FontName        =   "Swis721 BT"
  84.       FontSize        =   18
  85.       FontStrikethru  =   0   'False
  86.       FontUnderline   =   0   'False
  87.       ForeColor       =   &H00000000&
  88.       Height          =   375
  89.       Left            =   900
  90.       TabIndex        =   1
  91.       Top             =   225
  92.       Width           =   3465
  93.    End
  94. End
  95. Sub OKButton_Click ()
  96.     About.Hide
  97. End Sub
  98.  
  99.